Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test for #55913 #56096

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Add test for #55913 #56096

wants to merge 4 commits into from

Conversation

gorankarlic
Copy link

@gorankarlic gorankarlic commented Dec 1, 2024

Added test for #55913 that is expected to fail until issue is fixed. Please approve MacOS testing CI to verify test is failing as expected.

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Dec 1, 2024
Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.99%. Comparing base (3f9c6c0) to head (03ae6ae).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #56096   +/-   ##
=======================================
  Coverage   87.99%   87.99%           
=======================================
  Files         656      656           
  Lines      189000   189000           
  Branches    35992    35991    -1     
=======================================
+ Hits       166308   166318   +10     
+ Misses      15851    15843    -8     
+ Partials     6841     6839    -2     

see 18 files with indirect coverage changes

@aduh95
Copy link
Contributor

aduh95 commented Dec 1, 2024

Can you fix the linter issue and move this to known_issues directory?

@gorankarlic
Copy link
Author

Can you fix the linter issue and move this to known_issues directory?

Fixed the linter issues.

@aduh95 I plan to fix the issue once I can confirm that the test is failing. Should I still move the issue to known_issues directory?

If yes, what is the recommended way to deal with the test scaffolding from test-watch-mode.mjs - should I copy it over or write a test from scratch that does not use the existing test scaffolding (either seems cumbersome)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants